home *** CD-ROM | disk | FTP | other *** search
/ Learning Games / Learning Games (1995)(Maple Media).iso / wngrph / wingraph.doc < prev    next >
Text File  |  1994-04-27  |  15KB  |  457 lines

  1. ------------------------------------------------------------------
  2.  
  3.                  WINGRAPH
  4.  
  5.                Version 1.1
  6.  
  7.              Copyright (c) 1992
  8.          Dean Dinnebeil and XWare, Inc.
  9.  
  10.             Release Date: 2/93
  11. ------------------------------------------------------------------
  12.  
  13.             TABLE OF CONTENTS
  14.  
  15.  
  16.  
  17.     1 - REGISTRATION
  18.     2 - PROGRAM DESCRIPTION
  19.     3 - INSTALLATION
  20.     4 - QUICK START
  21.     5 - MENU COMMANDS
  22.     6 - DEFINITION OF SHAREWARE
  23.     7 - DISCLAIMER - AGREEMENT
  24.     8 - OMBUDSMAN STATEMENT
  25.  
  26.  
  27.  
  28. -----------------------------------------------------------------
  29. 1 - REGISTRATION
  30.  
  31.     Registration Fees:
  32.         
  33.        Single-User - $35.00
  34.        Unlimited Site-License - $200.00
  35.     
  36.     To register send a check in the appropriate amount to:
  37.  
  38.     XWare, Inc.
  39.     850 Seventh Avenue
  40.     Suite 1101
  41.     New York, NY 10019
  42.  
  43.     Please include your name, address, and phone number with your
  44.     payment. Also, please indicate preferred disk size (3╜ or 5╝).
  45.  
  46.     Registration benefits include:
  47.  
  48.         o Telephone and written support.
  49.  
  50.         o A copy of WinGraph with the automatic "nag" screen disabled.
  51.  
  52.           (In place of the Shareware registration request will be
  53.           the registered user's name and license number.)
  54.  
  55.         o Notification of future releases of WinGraph.
  56.  
  57.     User feedback is encouraged. If you have suggestions, complaints,
  58.     or bug reports please feel free to contact XWare at the above
  59.     address or call (212) 262-4481 between 9:00 AM and 5:00 PM EST,
  60.     or via CompuServe Mail - 76477,2113.
  61.  
  62. -----------------------------------------------------------------
  63. 2 - PROGRAM DESCRIPTION
  64.  
  65. WinGraph is an equation graphing program designed primarily for use by 
  66. students and teachers of mathematics.
  67.  
  68. WinGraph's features include:
  69.  
  70. 1) Expression parsing; 
  71.  
  72. 2) Cartesian coordinate graphs in two and three dimensions;
  73.  
  74. 3) Polar coordinate graphs;
  75.  
  76. 4) Simultaneous graphing of two equations (two-dimensional graphs only);
  77.  
  78. 5) Solutions to equations (two-dimensional graphs only);
  79.  
  80. 6) Variable solution ranges;
  81.  
  82. 7) Full rotational and zoom capability for graphs in three dimensions;
  83.  
  84. 8) Printing of graphs to devices supported in Microsoft Windows;
  85.  
  86. 9) Use of Microsoft Windows clipboard facility for transferring 
  87.    images created in WinGraph to other Windows programs;
  88.  
  89. 10) User configurable display features and colors.
  90.  
  91. -----------------------------------------------------------------
  92. 3 - INSTALLATION
  93.  
  94. WinGraph requires an IBM/Compatible computer running Microsoft Windows 
  95. in standard or enhanced mode.  This means that the minimum hardware 
  96. requirement is a 286 with 1 megabyte of RAM.
  97.  
  98.     1) Copy the WinGraph Files:
  99.  
  100.        WinGraph.exe
  101.        WinGraph.hlp
  102.        WinGraph.doc
  103.  
  104.        to the Windows subdirectory or any directory that is
  105.        included in your DOS path command.
  106.  
  107.     2) Add WinGraph to a Windows Program Group by:
  108.  
  109.        Opening the Program Group.
  110.        Choosing the "New" command from the "File" Menu in Program Manager.
  111.        Selecting "Program Item" and clicking "OK".
  112.        Typing "WinGraph" in the "Description" edit box.
  113.        Typing the full path name where WinGraph.exe is located.
  114.          (Probably "C:\WINDOWS\WINGRAPH.EXE")
  115.        Clicking the "OK" button.
  116.  
  117.     3) Start WinGraph by double clicking on the WinGraph Icon.
  118.  
  119. ----------------------------------------------------------------
  120. 4 - QUICK START
  121.  
  122.     1) Start WinGraph by double clicking on the WinGraph Icon.
  123.  
  124.     2) Choose the "Graphs..." command from the "Equations" Menu.
  125.          Or, click the "Graph" button on the Button Bar.
  126.  
  127.     3) Enter an expression such as "sinx" (omitting the quotation
  128.        marks) in the "Equation" edit box. Click "OK".
  129.  
  130.     4) Choose the "Graphs..." command from the "Equations" Menu.
  131.          Or, click the "Graph" button on the Button Bar.
  132.  
  133.     5) Click the "Overlay" button.
  134.  
  135.     6) Enter "cosx" is the "Overlay" edit box.
  136.  
  137.     7) Click "OK" twice.
  138.  
  139.     8) Choose the "Graphs..." command from the "Equations" Menu.
  140.          Or, click the "Graph" button on the Button Bar.
  141.  
  142.     9) Enter "sin(x^2+y^2) in the "Equation" edit box.
  143.  
  144.     10) Click "OK".
  145.  
  146.     11) Now experiment with the "Options", "Display" and "Preferences" settings.
  147.  
  148. ----------------------------------------------------------------
  149. 5 - MENU COMMANDS
  150.  
  151. The following describes each of WinGraph's menu commands. For a
  152. complete index and help with procedures and examples consult
  153. the WinGraph Help System accessible through WinGraph's "Help" Menu.
  154.  
  155.  
  156. GRAPH...
  157.  
  158.     Invokes a dialog box where users enter equations for graphing.
  159.  
  160.     Clicking the "Overlay" button invokes a secondary dialog box
  161.     where users enter another equation for simultaneous graphing
  162.     (two-dimensional graphing only).
  163.  
  164.     Clicking the "Symbols" button invokes a dialog box containing a
  165.     table of symbols that WinGraph understands.  This dialog box may
  166.     remain on the screen while users enter equations or invoke other
  167.     WinGraph features.
  168.  
  169.     The "Plot Type" box contains "radio buttons" indicating type of
  170.     graph -- Cartesian or Polar.
  171.  
  172.  
  173. REPLOT
  174.  
  175.     Immediately invokes WinGraph's calculation functions.  User's can
  176.     change multiple equation plotting parameters before plotting an equation.
  177.     Then, by choosing the 'Replot' menu option or clicking the 'Replot' button
  178.     on the button bar, the equation is recalculated and replotted using the
  179.     given parameters.
  180.  
  181.  
  182. COPY
  183.  
  184.     Copies the image presently displayed in WinGraph's main window to
  185.     the Windows clipboard.
  186.  
  187.     Users can transfer images created in WinGraph to other Windows
  188.     applications supporting bit-mapped images.
  189.  
  190.  
  191. PRINT
  192.  
  193.     Prints the image currently displayed in WinGraph's main window.
  194.  
  195. ABOUT
  196.  
  197.     Invokes a dialog box identifying the WinGraph version number and
  198.     developers.
  199.  
  200.     Clicking the "Info..." button executes Microsoft Windows Notepad 
  201.     and loads "Wingraph.doc" which contains information about registering
  202.     WinGraph.
  203.  
  204. QUIT
  205.  
  206.     Exits WinGraph.
  207.  
  208.  
  209. RANGE...
  210.  
  211.     Invokes a dialog box where users specify the solution range for
  212.     graphed equations.
  213.  
  214.     The maximum solution range varies depending on two factors:
  215.     resolution, and graph type (2D or 3D).
  216.  
  217.  
  218. ROTATE...
  219.  
  220.     Invokes a dialog box where users swivel the viewing angle of
  221.     three-dimensional graphs.
  222.  
  223.     Users can rotate graphs 360 degrees around each axis.
  224.  
  225.     This option is not accessible for two-dimensional graphs.
  226.  
  227. COLORS...
  228.  
  229.     Invokes a dialog box where users choose the colors in which
  230.     WinGraph draw graphs.
  231.  
  232.     Users can specify different colors for drawing the graphs,
  233.     individual axes, and the background grid.
  234.  
  235.  
  236. ZOOM...
  237.  
  238.     Invokes a dialog box where users adjust the viewing distance of
  239.     three-dimensional graphs.
  240.  
  241.     Users can "zoom" into or away from the image in WinGraph's main
  242.     window.
  243.  
  244.     This option is not accessible for two-dimensional graphs.
  245.  
  246.  
  247. RESOLUTION...
  248.  
  249.     Invokes a dialog box where users select WinGraph's drawing
  250.     resolution -- Low, Medium, or High.
  251.  
  252.     High Resolution is not available for two-dimensional graphs with
  253.     ranges greater than 12, or three-dimensional graphs with ranges
  254.     greater than 7.
  255.  
  256.     Polar graphs are unaffected by this option.
  257.  
  258.  
  259. AXES
  260.  
  261.     Toggle's WinGraph's display of axes in the main window.
  262.  
  263.     When checked axes are displayed or printed; when not checked axes
  264.     are hidden.
  265.  
  266.  
  267. TEXT
  268.  
  269.     Toggles WinGraph's display of equation text in lower right corner
  270.     of main window.
  271.  
  272.     When checked equation text is displayed or printed; when not
  273.     checked equation text is hidden.
  274.  
  275.  
  276. GRID
  277.  
  278.     Toggles WinGraph's display of background grid for two-dimensional
  279.     equations.
  280.  
  281.     When checked grid is displayed or printed; when not checked grid
  282.     is hidden.
  283.  
  284.  
  285. COORDINATES
  286.  
  287.     Toggles WinGraph's display of coordinate window in top right
  288.     corner of WinGraph's main window.
  289.  
  290.     When checked coordinate window is displayed; when not checked
  291.     coordinate window is not displayed.
  292.  
  293.     When checked WinGraph's cursor changes to a cross and the
  294.     coordinate window indicates the coordinates at the location of
  295.     the cursor.
  296.  
  297.     This option is not accessible for three-dimensional graphs.
  298.  
  299.     The coordinate window indicates (x,y) coordinates for Cartesian
  300.     graphs, and (radius, angle) for Polar graphs.
  301.  
  302.  
  303. SOLUTIONS
  304.  
  305.     Toggles WinGraph's display of solution window(s) in top right corner of 
  306.     WinGraph's main window.
  307.  
  308.     When checked solution window(s) are displayed; when not checked solution 
  309.     window(s) are hidden.
  310.  
  311.     If two equations are graphed simultaneously two solution windows 
  312.     appear -- one for each graph.
  313.  
  314.     When checked the system cursor changes to the shape of a cross. 
  315.  
  316.     User's can solve equations simply by clicking the left mouse button. 
  317.     When the left mouse button is clicked WinGraph determines the solution 
  318.     argument (the value placed in the variable) based on the location of 
  319.     the cross in the window.  WinGraph solves the equation with that solution 
  320.     argument and displays both the solution argument and the solution to the 
  321.     equation in the solution window(s). 
  322.  
  323.     If the equation contains an 'x' variable, WinGraph replaces 'x' with the 
  324.     solution argument and solves for 'y' (or f(x)). If the equation contains 
  325.     a 'y' variable, WinGraph replaces 'y' with the solution argument and 
  326.     solves for 'x' (or f(y)). WinGraph determines the solution argument 
  327.     based on which variable the equation contains and the location of the 
  328.     cursor.
  329.  
  330.     For Polar graphs WinGraph determines the angle where the cursor is 
  331.     located and solves for the radius.
  332.  
  333.     The solution window(s) indicate (x,y) coordinates for Cartesian graphs, 
  334.     and (radius, angle) for Polar graphs.
  335.  
  336.     This option is not accessible for three-dimensional graphs.
  337.  
  338.  
  339. SYMBOLS...
  340.  
  341.     Invokes a dialog box containing a table of Operators, Constants,
  342.     Functions, and Variables and the corresponding symbols that
  343.     WinGraph understands.
  344.  
  345.     This dialog box can remain on the screen while users enter
  346.     equations.
  347.  
  348.  
  349. SETTINGS
  350.  
  351.     Displays the current values for WinGraph's graphing options. The
  352.     option values displayed are: Range, Resolution, Roll, Yaw, Pitch,
  353.     and Distance.
  354.  
  355. BUTTON BAR
  356.     
  357.     Displays a context sensitive button bar at the top of WinGraph's plotting
  358.     window. The button bar provides easy access to most of WinGraph's
  359.     plotting features.
  360.  
  361. -----------------------------------------------------------------
  362.  
  363. 6 - DEFINITION OF SHAREWARE
  364.  
  365. Shareware distribution gives users a chance to try software
  366. before buying it. If you try a Shareware program and continue
  367. using it, you are expected to register. Individual programs
  368. differ on details -- some request registration while others
  369. require it, some specify a maximum trial period. With
  370. registration, you get anything from the simple right to continue
  371. using the software to an updated program with printed manual.
  372.  
  373. Copyright laws apply to both Shareware and commercial software,
  374. and the copyright holder retains all rights, with a few specific
  375. exceptions as stated below. Shareware authors are accomplished
  376. programmers, just like commercial authors, and the programs are
  377. of comparable quality. (In both cases, there are good programs
  378. and bad ones!) The main difference is in the method of
  379. distribution. The author specifically grants the right to copy
  380. and distribute the software, either to all and sundry or to a
  381. specific group. For example, some authors require written
  382. permission before a commercial disk vendor may copy their
  383. Shareware.
  384.  
  385. Shareware is a distribution method, not a type of software. You
  386. should find software that suits your needs and pocketbook,
  387. whether it's commercial or Shareware. The Shareware system makes
  388. fitting your needs easier, because you can try before you buy.
  389. And because the overhead is low, prices are low also. Shareware
  390. has the ultimate money-back guarantee -- if you don't use the
  391. product, you don't pay for it.
  392.  
  393. ----------------------------------------------------------------
  394.  
  395. 7 - DISCLAIMER - AGREEMENT
  396.  
  397. Users of WinGraph must accept this disclaimer of warranty:
  398. "WinGraph is supplied as is.  The author disclaims all
  399. warranties, expressed or implied, including, without limitation,
  400. the warranties of merchantability and of fitness for any purpose.
  401. The author assumes no liability for damages, direct or conse-
  402. quential, which may result from the use of WinGraph."
  403.  
  404. WinGraph is a "shareware program" and is provided at no charge
  405. to the user for evaluation.  Feel free to share it with your
  406. friends, but please do not give it away altered or as part of
  407. another system.  The essence of "user-supported" software is to
  408. provide personal computer users with quality software without
  409. high prices, and yet to provide incentive for programmers to
  410. continue to develop new products.  If you find this program
  411. useful and find that you are using WinGraph and continue to use
  412. WinGraph after a reasonable trial period, you must make a reg-
  413. istration payment of $35 to XWare, Inc.  The $35
  414. registration fee will license one copy for use on any one
  415. computer at any one time.  You must treat this software just like
  416. a book.  An example is that this software may be used by any
  417. number of people and may be freely moved from one computer
  418. location to another, so long as there is no possibility of it
  419. being used at one location while it's being used at another.
  420. Just as a book cannot be read by two different persons at the
  421. same time.
  422.  
  423. Commercial users of WinGraph must register and pay for their
  424. copies of WinGraph within 30 days of first use or their license
  425. is withdrawn.  
  426.  
  427. Authorization will be automatically granted to distributors
  428. recognized by the (ASP) as adhering to its guidelines for
  429. shareware distributors, and such distributors may begin offering
  430. WinGraph immediately (However XWare, Inc. must still be advised so
  431. that the distributor can be kept up-to-date with the latest
  432. version of WinGraph.). Non-ASP distributors must notify XWare, Inc.
  433. of their intention to distribute WinGraph.
  434.  
  435. You are encouraged to pass a copy of WinGraph along to your
  436. friends for evaluation.  Please encourage them to register their
  437. copy if they find that they can use it.  All registering users
  438. will receive a copy of the latest version of the WinGraph
  439. system.
  440.  
  441. ----------------------------------------------------------------------
  442.  
  443. 8 - OMBUDSMAN STATEMENT
  444.  
  445.  
  446. This program is produced by a member of the Association of Shareware
  447. Professionals (ASP).  ASP wants to make sure that the shareware
  448. principle works for you. If you are unable to resolve a
  449. shareware-related problem with an ASP member by contacting the member
  450. directly, ASP may be able to help. The ASP Ombudsman can help you
  451. resolve a dispute or problem with an ASP member, but does not provide
  452. technical support for members' products.  Please write to the ASP
  453. Ombudsman at 545 Grover Road, Muskegon, MI 49442 or send a CompuServe
  454. message via CompuServe Mail to ASP Ombudsman 70007,3536.
  455.  
  456.  
  457.